home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18528 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.mindspring.com!usenet
  2. From: mroot@atl.mindspring.com (Danette & Murray Root)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
  4. Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
  5. Date: Sun, 21 Apr 1996 07:28:34 GMT
  6. Organization: MindSpring Enterprises
  7. Message-ID: <4lco1i$24i0@mule1.mindspring.com>
  8. References: <4kk9e1$he1@nntp.Stanford.EDU> <dewar.829276268@schonberg> <01bb2ed2.425fb900$65c2b7c7@Zany.localhost>
  9. Reply-To: mroot@atl.mindspring.com
  10. NNTP-Posting-Host: user-168-121-127-88.dialup.mindspring.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. on 20 Apr 1996 15:55:36 GMT, Bradd W. Szonye <bradds@ix.netcom.com> wrote:
  14.  
  15.  
  16. =>encourage the code that works under all circumstances. Consider:
  17.  
  18. =>for (size_t i = 0; i < 10; i++) do_stuff();
  19.  
  20. =>versus
  21.  
  22. =>for (size_t i = 0; i != 10; i++) do_stuff();
  23.  
  24. while the gist of your diatribe made sense, this was silly.
  25. Any 'programmer/software engineer/title of your choice' who can't tell the
  26. difference between 'not equal' and 'is less than' is a moron, and deserves
  27. his fate.
  28.  
  29.  
  30.